STEP 8: Now let's make our sprite look more like a UFO!
- Change the ufo's image label to "ufo".
- Change the ufo's y-coordinate to y.
- In GRAPHICS, go to and drag Set Size inside the loop. Set ufo's size to 0.3.
Now we've created 5 ufo sprites at the position (0, y). They're stacked on top of each other so it just look like 1!
To navigate the page using the TAB key, first press ESC to exit the code editor.